home *** CD-ROM | disk | FTP | other *** search
/ DC Comics: Collected Edit…& Graphic Novels Library / DC Comics: Collected Editions & Graphic Novels Library.iso / pc / styles / ws_styles.css < prev   
Encoding:
Cascading Style Sheet File  |  2003-05-08  |  2.2 KB  |  87 lines

  1. a:link       { color: #ffffff; font-family: arial; font-weight: bold; text-decoration:none;}
  2. a:visited    { color: #ffffff; font-family: arial; font-weight: bold; text-decoration:none;}
  3. a:hover      { color: #cc99ff; font-family: arial; font-weight: bold; text-decoration:underline;}
  4.  
  5. a.contentLink:link       { color: #330099; text-decoration:none; }
  6. a.contentLink:visited    { color: #cc99ff; text-decoration:none; }
  7. a.contentLink:hover      { color: #666666; text-decoration:underline; }
  8.  
  9.  
  10. body  {    font-family: Verdana, Arial, Helvetica, sans-serif;
  11.         color: #ffffff;
  12.         font-size: 10px;
  13.       }
  14.  
  15.  
  16. td    {    font-family: Verdana, Arial, Helvetica, sans-serif;
  17.         color: #ffffff;
  18.         font-size: 10px;
  19.       }
  20.       
  21.  
  22. select {
  23.         background-color: #ccccff;
  24.         font-family: Verdana, Arial, Helvetica, sans-serif;
  25.         color: #000066;
  26.         font-size: 9px;
  27.         font-weight: bold;
  28.         height: 15px;
  29.         border-top-color: #ffffff;
  30.         border-right-color: #333333;
  31.         border-bottom-color: #333333;
  32.         border-left-color: #ffffff;
  33.         border-top-width: 1px;
  34.         border-right-width: 1px;
  35.         border-bottom-width: 1px;
  36.         border-left-width: 1px;
  37.        }
  38.  
  39.  
  40. .font {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 10px}
  41.  
  42.  
  43. .modHead { font-family: Verdana, Arial, Helvetica, sans-serif;
  44.            color: #ffffff;
  45.            font-size: 11px;
  46.            font-weight: bold;
  47.          }
  48.  
  49.  
  50. .content { font-family: Verdana, Arial, Helvetica, sans-serif;
  51.            color: #000000;
  52.            font-size: 11px;}
  53.  
  54.  
  55. .contentHead { font-family: Verdana, Arial, Helvetica, sans-serif;
  56.                color: #000000;
  57.                font-size: 11px;
  58.                font-weight: bold;
  59.              }
  60.              
  61. .contentLink { font-family: Arial, Helvetica, sans-serif;
  62.                   color: #330099;
  63.                font-size: 11px;
  64.                font-weight: bold;
  65.              }
  66.  
  67. .date { font-family: Verdana, Arial, Helvetica, sans-serif;
  68.         color: #666666;
  69.         font-size: 11px;
  70.         font-style: italic;
  71.       }
  72.  
  73.  
  74. .dateWhite { font-family: Verdana, Arial, Helvetica, sans-serif;
  75.              color: #ffffff;
  76.              font-size: 11px;
  77.              font-style: italic;
  78.              }
  79.              
  80.  
  81. .title { font-family: Arial, Helvetica, sans-serif;
  82.          color: #000033;
  83.          font-size: 14px;
  84.          font-weight: bold;
  85.        }
  86.       
  87.